home *** CD-ROM | disk | FTP | other *** search
/ Total Network Tools 2002 / NextStepPublishing-TotalNetworkTools2002-Win95.iso / Archive / Zip Utilities / BitZipper.exe / install_script.iss (.txt)
Encoding:
Inno Setup Script  |  2001-05-08  |  3.6 KB  |  66 lines

  1. ;InnoSetupVersion=1.3.25
  2. [Setup]
  3. AppName=BitZipper
  4. AppVerName=BitZipper 2.05
  5. AppId=BitZipper
  6. AppPublisher=Bitberry Software
  7. AppPublisherURL=http://www.bitberry.com
  8. DefaultDirName={pf}\BitZipper
  9. DefaultGroupName=BitZipper
  10. OutputBaseFilename=setup
  11. Compression=zip
  12. PrivilegesRequired=none
  13. ChangesAssociations=yes
  14. LicenseFile=embedded\License.txt
  15. WizardImageFile=embedded\WizardImage0.bmp
  16. WizardSmallImageFile=embedded\WizardSmallImage0.bmp
  17. [Files]
  18. Source: "{app}\BITZIPPER.EXE"; DestDir: "{app}"; 
  19. Source: "{app}\BZSHLEXT.DLL"; DestDir: "{app}"; Flags: restartreplace 
  20. Source: "{app}\LICENSE.TXT"; DestDir: "{app}"; 
  21. Source: "{app}\README.TXT"; DestDir: "{app}"; 
  22. Source: "{app}\unace.dll"; DestDir: "{app}"; 
  23. Source: "{app}\unrar.dll"; DestDir: "{app}"; 
  24. Source: "{app}\cabinet.dll"; DestDir: "{app}"; 
  25. Source: "{app}\data\ztv_ace.sfx"; DestDir: "{app}\data"; 
  26. Source: "{app}\data\ztv_arj.sfx"; DestDir: "{app}\data"; 
  27. Source: "{app}\data\ztv_bh.sfx"; DestDir: "{app}\data"; 
  28. Source: "{app}\data\ztv_jar.sfx"; DestDir: "{app}\data"; 
  29. Source: "{app}\data\ztv_lha.sfx"; DestDir: "{app}\data"; 
  30. Source: "{app}\data\ztv_rar.sfx"; DestDir: "{app}\data"; 
  31. Source: "{app}\data\ztv_zip.sfx"; DestDir: "{app}\data"; 
  32. Source: "{app}\language\English.sil"; DestDir: "{app}\language"; 
  33. Source: "{app}\language\Espa
  34. ol.sil"; DestDir: "{app}\language"; 
  35. Source: "{app}\language\Portugu
  36. s.sil"; DestDir: "{app}\language"; 
  37. Source: "{app}\language\Dansk.sil"; DestDir: "{app}\language"; 
  38. Source: "{app}\language\Norsk.sil"; DestDir: "{app}\language"; 
  39. Source: "{app}\language\Deutsch.sil"; DestDir: "{app}\language"; 
  40. Source: "{app}\language\Magyar.sil"; DestDir: "{app}\language"; 
  41. Source: "{app}\language\Chinese-Big5.sil"; DestDir: "{app}\language"; 
  42. Source: "{app}\language\Chinese-GB.sil"; DestDir: "{app}\language"; 
  43. Source: "{app}\help\English.cnt"; DestDir: "{app}\help"; 
  44. Source: "{app}\help\English.hlp"; DestDir: "{app}\help"; 
  45. Source: "{app}\skins\Standard.bmp"; DestDir: "{app}\skins"; 
  46. [Dirs]
  47. Name: "{app}\data"; Flags: uninsalwaysuninstall 
  48. Name: "{app}\language"; Flags: uninsalwaysuninstall 
  49. Name: "{app}\help"; Flags: uninsalwaysuninstall 
  50. Name: "{app}\skins"; Flags: uninsalwaysuninstall 
  51. [Registry]
  52. Root: HKLM; Subkey: "SOFTWARE\Microsoft\Windows Messaging Subsystem"; ValueName: "MAPI"; ValueType: String; ValueData: "1"; Flags: createvalueifdoesntexist 
  53. Root: HKLM; Subkey: "SOFTWARE\Microsoft\Windows Messaging Subsystem"; ValueName: "MAPIX"; ValueType: String; ValueData: "1"; Flags: createvalueifdoesntexist 
  54. Root: HKLM; Subkey: "SOFTWARE\Microsoft\Windows Messaging Subsystem"; ValueName: "OLEMessaging"; ValueType: String; ValueData: "1"; Flags: createvalueifdoesntexist 
  55. Root: HKLM; Subkey: "SOFTWARE\Microsoft\Windows Messaging Subsystem"; ValueName: "CMC"; ValueType: String; ValueData: "1"; Flags: createvalueifdoesntexist 
  56. Root: HKLM; Subkey: "SOFTWARE\Microsoft\Windows Messaging Subsystem"; ValueName: "CMCDLLNAME"; ValueType: String; ValueData: "mapi.dll"; Flags: createvalueifdoesntexist 
  57. Root: HKLM; Subkey: "SOFTWARE\Microsoft\Windows Messaging Subsystem"; ValueName: "CMCDLLNAME32"; ValueType: String; ValueData: "MAPI32.DLL"; Flags: createvalueifdoesntexist 
  58. Root: HKLM; Subkey: "SOFTWARE\Microsoft\Windows Messaging Subsystem"; ValueName: "MAPIXVER"; ValueType: String; ValueData: "1.0.0.1"; Flags: createvalueifdoesntexist 
  59. [Run]
  60. Filename: "{app}\BitZipper"; Parameters: "-program install english.sil"; 
  61. [UninstallRun]
  62. Filename: "{app}\BitZipper"; Parameters: "-program uninstall"; 
  63. [Icons]
  64. Name: "{group}\BitZipper"; Filename: "{app}\BITZIPPER.EXE"; 
  65. Name: "{group}\Readme.txt"; Filename: "{app}\README.TXT"; 
  66.